home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / util / cli / Input11.lha / Input.doc < prev   
Text File  |  1995-06-04  |  3KB  |  95 lines

  1.  
  2.                                      **********
  3.                                      * Input *
  4.                                      **********
  5.  
  6.  
  7.  
  8. Introduction
  9. ------------
  10.  
  11. A few days ago, I was writing an Amiga Dos script when I suddently
  12. realized a thing : I didn't know how to read a string on keyboard
  13. and store it in a variable. Instead of searching a difficult way
  14. to do it I decided to write this small command, which stores a
  15. string read on keyboard in an ENV variable.
  16.  
  17.  
  18. Installation
  19. ------------
  20.  
  21. Just copy Input where you want. I recommand C: so your scripts
  22. will be able to call it easily.
  23.  
  24.  
  25. Usage
  26. -----
  27.  
  28. From CLI : Input Name
  29.  
  30. where name is the name of the variable you want to create.
  31.  
  32. A variable will be created in ENV:. It will be accessible
  33. with '$' (the variable joke will be accessible with $joke).
  34. An error message will be displayed if the variable can't
  35. be created.
  36.  
  37. For further details have a look at the example script
  38. included in this archive.
  39.  
  40.  
  41. Disclaimer
  42. ----------
  43.  
  44. You use Input at your own risks. It has been tested for hours on my computer
  45. (A1200). I can't be responsible if it breaks something (it shouldn't, due
  46. to the technics used).
  47.  
  48.  
  49. History
  50. -------
  51.  
  52. April 1995              Version 1.0             First release
  53.  
  54. June 1995               Version 1.1             Much cleaner code
  55.                                                 (see thanks) and
  56.                                                 no need of Ixemul
  57.  
  58.  
  59. Author / Distribution / Thanks
  60. ------------------------------
  61.  
  62. Input has been created by
  63.  
  64. Mr Franck ANIERE
  65. 30, Rue Jean Bouin
  66. 93220 GAGNY (France)
  67.  
  68. E-Mail : aniere@massena.univ-mlv.fr
  69.          aniere@fillmore.univ-mlv.fr
  70.          aniere@univ-mlv.fr (if the 2 others don't work)
  71.  
  72. IRC    : Nick FSA on the channels #amigafr and #amiga
  73.  
  74. You can join me for any comments, suggestions or bug reports.
  75.  
  76. This product is FREEWARE, but I keep a copyright on it.
  77. You can diffuse and use it freely if you keep the archive
  78. intact and don't put a virus in it.
  79.  
  80. Aminet, Fred Fish, Funet and other Public Domain organisations
  81. or Amiga magazines are allowed to distribute this product, on
  82. floppy disk as well as on CD ROM if the price of the support is
  83. normal. France Festival Distribution WILL NEVER BE ALLOWED to
  84. diffuse it.
  85.  
  86. I would like to thank Phillipe Brand for his advice about GCC
  87. (I finally installed GCC 2.6.3 + Libnix instead of 2.5.8) and
  88. Sylvain Rougier for his critics about the Input source code
  89. (now it is not dirty like the 1.0).
  90.  
  91. To do
  92. -----
  93.  
  94. Well, what do you suggest ?
  95.